From 16d22664319d2f39f7678799780bb76ccbd38e98 Mon Sep 17 00:00:00 2001 From: "shand@ubuntu.eng.hq.xensource.com" Date: Thu, 1 Sep 2005 11:09:16 -0800 Subject: [PATCH] Fix build dependency for the XEN tpm driver. Signed-off-by: Stefan Berger --- linux-2.6-xen-sparse/drivers/char/tpm/Kconfig.domU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/char/tpm/Kconfig.domU b/linux-2.6-xen-sparse/drivers/char/tpm/Kconfig.domU index 835b2606e2..18992dedc3 100644 --- a/linux-2.6-xen-sparse/drivers/char/tpm/Kconfig.domU +++ b/linux-2.6-xen-sparse/drivers/char/tpm/Kconfig.domU @@ -19,7 +19,7 @@ config TCG_TPM config TCG_XEN tristate "XEN TPM Interface" - depends on TCG_TPM && ARCH_XEN + depends on TCG_TPM && ARCH_XEN && XEN_TPMDEV_FRONTEND ---help--- If you want to make TPM support available to a Xen user domain, say Yes and it will -- 2.30.2